const runtime._Pidle

10 uses

	runtime (current package)
		mgc.go#L1204: 		if pp.status == _Pidle {
		proc.go#L2089: 		if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
		proc.go#L4730: 	if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
		proc.go#L5792: 		pp.status = _Pidle
		proc.go#L5826: 		pp.status = _Pidle
		proc.go#L5884: 	if pp.m != 0 || pp.status != _Pidle {
		proc.go#L5925: 	pp.status = _Pidle
		proc.go#L6276: 			if atomic.Cas(&pp.status, s, _Pidle) {
		runtime2.go#L119: 	_Pidle = iota
		tracestatus.go#L80: 	case _Pidle, _Pgcstop: